runtime.m.preemptGen (field)

4 uses

	runtime (current package)
		preempt.go#L195: 			if gp.preemptStop && gp.preempt && gp.stackguard0 == stackPreempt && asyncM == gp.m && atomic.Load(&asyncM.preemptGen) == asyncGen {
		preempt.go#L211: 			asyncGen2 := atomic.Load(&asyncM2.preemptGen)
		runtime2.go#L581: 	preemptGen uint32
		signal_unix.go#L350: 	atomic.Xadd(&gp.m.preemptGen, 1)